apache htaccess read from -public

74

apache htaccess read from /public -

RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]

apache htaccess read from /public -

<?php
header('Location: public/');

Comments

Submit
0 Comments